Opc.Ua.Core
FindReferencesToTarget Method (IReferenceDictionary<T>)



Opc.Ua Namespace > IReferenceDictionary<T> Class : FindReferencesToTarget Method
The target identifier.
Returns a list of references to the specified target.
Syntax
'Declaration
 
Public Function FindReferencesToTarget( _
   ByVal targetId As ExpandedNodeId _
) As IList(Of IReference)
'Usage
 
Dim instance As IReferenceDictionary(Of T)
Dim targetId As ExpandedNodeId
Dim value As IList(Of IReference)
 
value = instance.FindReferencesToTarget(targetId)
public IList<IReference> FindReferencesToTarget( 
   ExpandedNodeId targetId
)
public:
IList<IReference^>^ FindReferencesToTarget( 
   ExpandedNodeId^ targetId
) 

Parameters

targetId
The target identifier.

Return Value

A list of references to the specified target.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IReferenceDictionary<T> Class
IReferenceDictionary<T> Members